home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2975 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: sullivan.ucc.hull.ac.uk!newsmaster@hull.ac.uk
  2. From: "J.E.Hollingsworth" <cs6jeh>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Programming midi.library
  5. Date: 7 Feb 1996 15:06:45 GMT
  6. Organization: University of Hull
  7. Message-ID: <4faf65$aj@sullivan.ucc.hull.ac.uk>
  8. NNTP-Posting-Host: doshi.hull.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3 sun4m)
  13. X-URL: news:comp.sys.amiga.programmer
  14.  
  15. Hello,
  16.     Has anybody reading this had any success programming
  17. midi.library? I'm writing a MIDI based application using E,
  18. and I would like it to use the midi.library rather than straight
  19. use of the serial port as it does currently.
  20.  
  21.     However, all my attempts at compiling the C source which
  22. came with the library (using SAS C), and trying to rewrite the 
  23. examples in E, along with my own simple attempts, have resulted
  24. either in the Amiga crashing, or the program not waiting for data
  25. to be sent to the midi.library by my synth.
  26.  
  27. I think the problem has something to do with my use of Wait(), or
  28. it could be something to do with my routeinfo structure (I'm trying
  29. to receive sys.ex. messages) - but I'm not sure.
  30.  
  31. I'd be grateful of any help,
  32.  
  33. thanks in advance,
  34.                 James.
  35.  
  36.